Click or drag to resize

WebServerOptionsClone Method

Creates a copy of this WebServerOptions instance.

Namespace:  GSF.Web.Hosting
Assembly:  GSF.Web (in GSF.Web.dll) Version: 2.2.103-beta
Syntax
public WebServerOptions Clone()
Request Example View Source

Return Value

Type: WebServerOptions
Copy of this WebServerOptions instance.
See Also