C# Class RemObjects.InternetPack.SslConnection.InnerConnection

Inheritance: Connection
Afficher le fichier Open project: remobjects/internetpack

Méthodes publiques

Méthode Description
InnerConnection ( Binding binding ) : System
InnerConnection ( Socket socket ) : System
Read ( Byte buffer, Int32 offset, Int32 size ) : Int32

Method Details

InnerConnection() public méthode

public InnerConnection ( Binding binding ) : System
binding Binding
Résultat System

InnerConnection() public méthode

public InnerConnection ( Socket socket ) : System
socket System.Net.Sockets.Socket
Résultat System

Read() public méthode

public Read ( Byte buffer, Int32 offset, Int32 size ) : Int32
buffer Byte
offset System.Int32
size System.Int32
Résultat System.Int32