System.Net.NetworkInformation.Ping.IcmpMessage.GetBytes C# (CSharp) Method

GetBytes() public method

public GetBytes ( ) : byte[]
return byte[]
			public byte [] GetBytes ()
			{
				return bytes;
			}