IPAddress.Broadcast フィールド
アセンブリ: System (system.dll 内)



Broadcast アドレスをコンソールに出力する例を次に示します。
Public Sub PrintBroadcastAddress() ' gets the IP Broadcast address and convert it to string. Dim IpAddressString As [String] = IPAddress.Broadcast.ToString() Console.WriteLine((ControlChars.Cr + "Broadcast IP address : " + IpAddressString)) End Sub 'PrintBroadcastAddress
public void PrintBroadcastAddress() { // Get the IP Broadcast address and convert it to string. string ipAddressString = IPAddress.Broadcast.ToString(); Console.WriteLine("Broadcast IP address: {0}", ipAddressString); }

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からIPAddress.Broadcast フィールドを検索する場合は、下記のリンクをクリックしてください。

- IPAddress.Broadcast フィールドのページへのリンク