Public Member Functions | |
| IProcEventRegistration (IPEndPoint endPoint, bool registering) | |
| Initializes an instance of the object. | |
| IProcEventRegistration (XmlDocument document) | |
| Initializes an instance of the object. | |
| byte[] | ToBuffer () |
| Converts an IProcEventRegistration object to a buffer representation. | |
| override string | ToString () |
| Converts an IProcEventRegistration object to a string representation. | |
Static Public Member Functions | |
| static bool | IsValidRequest (XmlDocument document) |
| Returns whether document is a registration form request. | |
Properties | |
| IPAddress | RemoteAddress [get] |
| Gets the remote address from the registration message. | |
| int | Port [get] |
| Gets the remote port number from the registration message. | |
| bool | Registering [get] |
| Gets whether the client is registering. | |
| Simias::Client::Event::IProcEventRegistration::IProcEventRegistration | ( | IPEndPoint | endPoint, | |
| bool | registering | |||
| ) | [inline] |
Initializes an instance of the object.
| endPoint | End point that will listen for subscribed events. | |
| registering | true if client is registering otherwise false is set. |
| Simias::Client::Event::IProcEventRegistration::IProcEventRegistration | ( | XmlDocument | document | ) | [inline] |
Initializes an instance of the object.
| document | An event registration request document. |
| static bool Simias::Client::Event::IProcEventRegistration::IsValidRequest | ( | XmlDocument | document | ) | [inline, static] |
Returns whether document is a registration form request.
| document | Xml document to check type for. |
| byte [] Simias::Client::Event::IProcEventRegistration::ToBuffer | ( | ) | [inline] |
Converts an IProcEventRegistration object to a buffer representation.
| override string Simias::Client::Event::IProcEventRegistration::ToString | ( | ) | [inline] |
Converts an IProcEventRegistration object to a string representation.
IPAddress Simias::Client::Event::IProcEventRegistration::RemoteAddress [get] |
Gets the remote address from the registration message.
int Simias::Client::Event::IProcEventRegistration::Port [get] |
Gets the remote port number from the registration message.
bool Simias::Client::Event::IProcEventRegistration::Registering [get] |
Gets whether the client is registering.
1.5.6