C# Class Network.Client

Inheritance: Network.Base
Afficher le fichier Open project: automaters/bonjour.net Class Usage Examples

Protected Properties

Свойство Type Description
client Socket
dataStream System.Stream
expectMultipleResponses bool

Méthodes publiques

Méthode Description
Client ( NetworkConfig config ) : System
Client ( bool isStateLess ) : System
StartTcp ( ) : void
StartTcp ( IPAddress address, ushort port ) : void
StartTcp ( IPEndPoint host ) : void
StartUdp ( ) : void
StartUdp ( IPAddress address, ushort port ) : void
StartUdp ( IPEndPoint host ) : void

Méthodes protégées

Méthode Description
Client ( Socket s, Network.Server server ) : System
JoinMulticastGroup ( IPAddress multicastAddr, byte timeToLive ) : void

Method Details

Client() public méthode

public Client ( NetworkConfig config ) : System
config NetworkConfig
Résultat System

Client() protected méthode

protected Client ( Socket s, Network.Server server ) : System
s Socket
server Network.Server
Résultat System

Client() public méthode

public Client ( bool isStateLess ) : System
isStateLess bool
Résultat System

JoinMulticastGroup() protected méthode

protected JoinMulticastGroup ( IPAddress multicastAddr, byte timeToLive ) : void
multicastAddr System.Net.IPAddress
timeToLive byte
Résultat void

StartTcp() public méthode

public StartTcp ( ) : void
Résultat void

StartTcp() public méthode

public StartTcp ( IPAddress address, ushort port ) : void
address System.Net.IPAddress
port ushort
Résultat void

StartTcp() public méthode

public StartTcp ( IPEndPoint host ) : void
host System.Net.IPEndPoint
Résultat void

StartUdp() public méthode

public StartUdp ( ) : void
Résultat void

StartUdp() public méthode

public StartUdp ( IPAddress address, ushort port ) : void
address System.Net.IPAddress
port ushort
Résultat void

StartUdp() public méthode

public StartUdp ( IPEndPoint host ) : void
host System.Net.IPEndPoint
Résultat void

Property Details

client protected_oe property

protected Socket client
Résultat Socket

dataStream protected_oe property

protected Stream,System dataStream
Résultat System.Stream

expectMultipleResponses protected_oe property

protected bool expectMultipleResponses
Résultat bool