SIPSorcery.SIP.SIPTLSChannel.Send C# (CSharp) Method

Send() public method

public Send ( IPEndPoint dstEndPoint, byte buffer ) : void
dstEndPoint System.Net.IPEndPoint
buffer byte
return void
        public override void Send(IPEndPoint dstEndPoint, byte[] buffer)
        {
            Send(dstEndPoint, buffer, null);
        }

Same methods

SIPTLSChannel::Send ( IPEndPoint dstEndPoint, byte buffer, string serverCertificateName ) : void
SIPTLSChannel::Send ( IPEndPoint destinationEndPoint, string message ) : void