RequestAsyncUrlPrefix Property
IT Hit WebDAV Classes Reference
Gets concatenated request scheme, host and port, like: http://www.ithit.com:8080
Namespace:
ITHit.Server
Assembly:
ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
Syntax public abstract string UrlPrefix { get; }
Public MustOverride ReadOnly Property UrlPrefix As String
Get
public:
virtual property String^ UrlPrefix {
String^ get () abstract;
}
abstract UrlPrefix : string with get
Property Value
Type:
String
Concatenated scheme, host and port.
See Also