C# Class Network.Dns.Answer

Inheritance: IServerResponse
Datei anzeigen Open project: automaters/bonjour.net Class Usage Examples

Public Methods

Method Description
GetBytes ( ) : byte[]
ToString ( ) : string
WriteTo ( System writer ) : void

Private Methods

Method Description
Get ( System reader ) : Answer

Method Details

GetBytes() public method

public GetBytes ( ) : byte[]
return byte[]

ToString() public method

public ToString ( ) : string
return string

WriteTo() public method

public WriteTo ( System writer ) : void
writer System
return void