System.Net.NetworkInformation.Ping.IcmpMessage.GetBytes C# (CSharp) 메소드

GetBytes() 공개 메소드

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