C# Class VideoCallServer.User

Afficher le fichier Open project: AnthonyNystrom/MobiVU Class Usage Examples

Méthodes publiques

Méthode Description
GetHearBeat ( ) : bool
GetIEPAudio ( ) : IPEndPoint
GetIEPCmd ( ) : IPEndPoint
GetIEPConvAudio ( ) : IPEndPoint
GetIEPConvVideo ( ) : IPEndPoint
GetIEPVideo ( ) : IPEndPoint
GetIP ( ) : string
GetOnlyIP ( ) : string
GetSocket ( ) : Socket
GetUser ( ) : string
SetHearBeat ( bool bHearBeat ) : void
SetIEPConvAudio ( IPEndPoint iep ) : void
SetIEPConvVideo ( IPEndPoint iep ) : void
SetIepAudio ( String sIP ) : void
SetIepAudio ( int iPort ) : void
SetIepVideo ( String sIP ) : void
SetIepVideo ( int iPort ) : void
User ( string sUsr, string sIP, Socket sck ) : System

Method Details

GetHearBeat() public méthode

public GetHearBeat ( ) : bool
Résultat bool

GetIEPAudio() public méthode

public GetIEPAudio ( ) : IPEndPoint
Résultat System.Net.IPEndPoint

GetIEPCmd() public méthode

public GetIEPCmd ( ) : IPEndPoint
Résultat System.Net.IPEndPoint

GetIEPConvAudio() public méthode

public GetIEPConvAudio ( ) : IPEndPoint
Résultat System.Net.IPEndPoint

GetIEPConvVideo() public méthode

public GetIEPConvVideo ( ) : IPEndPoint
Résultat System.Net.IPEndPoint

GetIEPVideo() public méthode

public GetIEPVideo ( ) : IPEndPoint
Résultat System.Net.IPEndPoint

GetIP() public méthode

public GetIP ( ) : string
Résultat string

GetOnlyIP() public méthode

public GetOnlyIP ( ) : string
Résultat string

GetSocket() public méthode

public GetSocket ( ) : Socket
Résultat Socket

GetUser() public méthode

public GetUser ( ) : string
Résultat string

SetHearBeat() public méthode

public SetHearBeat ( bool bHearBeat ) : void
bHearBeat bool
Résultat void

SetIEPConvAudio() public méthode

public SetIEPConvAudio ( IPEndPoint iep ) : void
iep System.Net.IPEndPoint
Résultat void

SetIEPConvVideo() public méthode

public SetIEPConvVideo ( IPEndPoint iep ) : void
iep System.Net.IPEndPoint
Résultat void

SetIepAudio() public méthode

public SetIepAudio ( String sIP ) : void
sIP String
Résultat void

SetIepAudio() public méthode

public SetIepAudio ( int iPort ) : void
iPort int
Résultat void

SetIepVideo() public méthode

public SetIepVideo ( String sIP ) : void
sIP String
Résultat void

SetIepVideo() public méthode

public SetIepVideo ( int iPort ) : void
iPort int
Résultat void

User() public méthode

public User ( string sUsr, string sIP, Socket sck ) : System
sUsr string
sIP string
sck Socket
Résultat System