ServerInfo Class |
Namespace: Aspose.Email.Clients.ActiveSync.TransportLayer
The ServerInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | ServerInfo |
Initializes a new instance of the ServerInfo class.
|
Name | Description | |
---|---|---|
![]() | Name |
Specifies a URL if the Type element (section 2.2.3.170.1) value is set to "MobileSync".
If the Type element value is "MobileSync", then the Name element specifies the URL that conveys the protocol.
If the Type element value is "CertEnroll", then the Name element value is NULL.
|
![]() | ServerData |
The ServerData specifies the template name for the client certificate. Optional.
|
![]() | Type |
Specifies the server type
The following are the valid values for the Type element:
MobileSync — Indicates that the URL that is returned by the URL element (section 2.2.3.172) can be accessed by clients.
CertEnroll — Indicates that the URL that is returned by the URL element can be accessed by clients to obtain a client certificate for Secure Sockets Layer (SSL) negotiation.
|
![]() | Url |
Specifies a URL string that conveys the protocol, port, resource location, and other information.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |