[This is preliminary documentation and is subject to change.]
The ClientSite type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| ClientSite(Stream) |
Deserializes ClientSite from stream. The stream position must be past total size
| |
| ClientSite(String) | Initializes a new instance of the ClientSite class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Overrides | |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetHashCode | (Overrides | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| Serialize |
Writes ClientSite into stream including total size in bytes. Returns total size
| |
| ToString | (Overrides |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| GUID_SIZE | ||
| MachineName |
Sets process-global machine name for client site identification.
Assign on client to cluster/other machine names, by default the .ctor will use local computer name
| |
| MAGIC | ||
| MAX_HOST_NAME_BYTE_LEN | ||
| MAX_STREAM_BYTE_LEN | ||
| TEXT_ENCODING |
Properties
| Name | Description | |
|---|---|---|
| AppInstanceID |
Returns instance ID for the calling application container
| |
| Host |
Returns host name for where calling application runs
| |
| Name |
Returns host name+app instance guid suitable for registry operations
|
See Also