IWebSiteAttachSiteToServer Method |
Attaches the website to a server.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void AttachSiteToServer(
IWebServer server
)
Sub AttachSiteToServer (
server As IWebServer
)
void AttachSiteToServer(
IWebServer^ server
)
abstract AttachSiteToServer :
server : IWebServer -> unit
Parameters
- server
- Type: VirtualRadar.Interface.WebServerIWebServer
See Also