Gets a HttpServerUtilityBase object.
Namespace: ConnectedApps.Cms.Sdk.FrameworkAssembly: ConnectedApps.Cms.Sdk (in ConnectedApps.Cms.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic HttpServerUtilityBase Server { get; }
Public ReadOnly Property Server As HttpServerUtilityBase
Get
public:
property HttpServerUtilityBase^ Server {
HttpServerUtilityBase^ get ();
}
member Server : HttpServerUtilityBase with get
Property Value
Type:
HttpServerUtilityBase
See Also