C# Class SipSharp.Transports.UdpTransport.SendContext

Datei anzeigen Open project: jgauffin/SipSharp

Public Properties

Property Type Description
buffer byte[]
endPoint System.Net.EndPoint

Public Methods

Method Description
SendContext ( EndPoint endPoint, byte buffer ) : System

Method Details

SendContext() public method

public SendContext ( EndPoint endPoint, byte buffer ) : System
endPoint System.Net.EndPoint
buffer byte
return System

Property Details

buffer public_oe property

public byte[] buffer
return byte[]

endPoint public_oe property

public EndPoint,System.Net endPoint
return System.Net.EndPoint