Public Methods
Clone | Creates a new object that is a copy of the current instance.
DISPID (Dispatch ID):
For more information, see Clone in .NET Reference. |
Equals | Determines whether the specified object is equal to the current object.
DISPID (Dispatch ID):
For more information, see Equals in .NET Reference. |
GetHashCode | Returns a hash code for the current object.
DISPID (Dispatch ID):
For more information, see GetHashCode in .NET Reference. |
GetObjectData |
DISPID (Dispatch ID):
For more information, see GetObjectData in .NET Reference. |
GetType | Gets the Type of the current instance.
DISPID (Dispatch ID):
For more information, see GetType in .NET Reference. |
Reset | Sets the object properties back to their defaults.
DISPID (Dispatch ID):
For more information, see Reset in .NET Reference. |
Public Properties
AutomaticPublishingFactor | Automatic publishing factor that the component uses to determine the publishing interval.
DISPID (Dispatch ID):
For more information, see AutomaticPublishingFactor in .NET Reference. |
CertificateAcceptancePolicy | Determines which server certificates are accepted.
DISPID (Dispatch ID):
For more information, see CertificateAcceptancePolicy in .NET Reference. |
ConfigurationPropertyOverrides | Specifies override values for configuration properties.
DISPID (Dispatch ID):
For more information, see ConfigurationPropertyOverrides in .NET Reference. |
ConfigurationSources | Determines the sources of the UA configuration.
DISPID (Dispatch ID):
For more information, see ConfigurationSources in .NET Reference. |
DebuggerDetectionOverride | If 'Positive', the behavior is always as if the debugger was attached. If 'Negative', the behavior is always as if the debugger was not attached.
DISPID (Dispatch ID):
For more information, see DebuggerDetectionOverride in .NET Reference. |
DisplayString | The display string for the current object.
DISPID (Dispatch ID): 0
For more information, see ToString in .NET Reference. |
FastestAutomaticPublishingInterval | Fastest publishing interval that the component will use when calculating it. In milliseconds.
DISPID (Dispatch ID):
For more information, see FastestAutomaticPublishingInterval in .NET Reference. |
GarbageCollectionPeriod | How often the component cleans up unused objects such as sessions and subscriptions. In milliseconds.
DISPID (Dispatch ID):
For more information, see GarbageCollectionPeriod in .NET Reference. |
gdsEndpointDescriptor | The endpoint descriptor of the Global Discover Server (GDS) that will be used for performing the discovery.
DISPID (Dispatch ID):
For more information, see GdsEndpointDescriptor in .NET Reference. |
HttpsCertificateAcceptancePolicy | Determines which HTTPS server certificates are accepted.
DISPID (Dispatch ID):
For more information, see HttpsCertificateAcceptancePolicy in .NET Reference. |
MaximumDormantSessions | Maximum number of sessions that can be kept in the dormant state.
DISPID (Dispatch ID):
For more information, see MaximumDormantSessions in .NET Reference. |
ReconnectionPeriod | How often the component checks and processes the list of objects that may need reconnection. In milliseconds.
DISPID (Dispatch ID):
For more information, see ReconnectionPeriod in .NET Reference. |
RestrictToSupportedTypes | Return error for operations with data types that are not fully supported.
DISPID (Dispatch ID):
For more information, see RestrictToSupportedTypes in .NET Reference. |
RetrialDelay | A delay before the component will try to re-initialize itself if a serious failure occurs during startup (in milliseconds).
DISPID (Dispatch ID):
For more information, see RetrialDelay in .NET Reference. |
StandardName | A symbolic name of the current parameter combination if it has a standard name. Empty otherwise.
DISPID (Dispatch ID):
For more information, see StandardName in .NET Reference. |
ToString | Returns a string that represents the current object.
DISPID (Dispatch ID):
For more information, see ToString in .NET Reference. |
UseCustomHttpsCertificateValidation | Determines whether the certificates used for HTTPS communication will be validated by the component, or using the system default rules.
DISPID (Dispatch ID):
For more information, see UseCustomHttpsCertificateValidation in .NET Reference. |
UserInteractionParameters | Contains parameters that influence the interaction of the component with the user.
DISPID (Dispatch ID):
For more information, see UserInteractionParameters in .NET Reference. |
See Also