C# Class Netronics.Mobile.ChannelPipe

Inheritance: IChannelPipe
Exibir arquivo Open project: shlee322/Netronics Class Usage Examples

Public Methods

Method Description
ChannelPipe ( Mobile mobile, X509Certificate cert ) : System.Net.Sockets
CreateChannel ( Netronics netronics, Socket socket ) : IChannel

Method Details

ChannelPipe() public method

public ChannelPipe ( Mobile mobile, X509Certificate cert ) : System.Net.Sockets
mobile Mobile
cert System.Security.Cryptography.X509Certificates.X509Certificate
return System.Net.Sockets

CreateChannel() public method

public CreateChannel ( Netronics netronics, Socket socket ) : IChannel
netronics Netronics
socket System.Net.Sockets.Socket
return IChannel