C# Class Tmds.Sdp.Origin

Show file Open project: bbc/sdp-test Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetSessionHashCode ( ) : int
IsSameSession ( Origin o ) : bool
IsUpdateOf ( Origin o ) : bool
IsUpdateOrEqual ( Origin o ) : bool
Origin ( ) : System
Origin ( string username, ulong sessionID, ulong sessionVersion, string networkType, string addressType, string address ) : System
Origin ( ulong sessionID, ulong sessionVersion, IPAddress address ) : System
SetAddress ( string networkType, string addressType, string address ) : void
operator ( ) : bool

Private Methods

Method Description
Parse ( string value ) : Origin

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetSessionHashCode() public method

public GetSessionHashCode ( ) : int
return int

IsSameSession() public method

public IsSameSession ( Origin o ) : bool
o Origin
return bool

IsUpdateOf() public method

public IsUpdateOf ( Origin o ) : bool
o Origin
return bool

IsUpdateOrEqual() public method

public IsUpdateOrEqual ( Origin o ) : bool
o Origin
return bool

Origin() public method

public Origin ( ) : System
return System

Origin() public method

public Origin ( string username, ulong sessionID, ulong sessionVersion, string networkType, string addressType, string address ) : System
username string
sessionID ulong
sessionVersion ulong
networkType string
addressType string
address string
return System

Origin() public method

public Origin ( ulong sessionID, ulong sessionVersion, IPAddress address ) : System
sessionID ulong
sessionVersion ulong
address System.Net.IPAddress
return System

SetAddress() public method

public SetAddress ( string networkType, string addressType, string address ) : void
networkType string
addressType string
address string
return void

operator() public static method

public static operator ( ) : bool
return bool