PagePorter Class Library

WebMetadata.InsecureServerUrl Property

Gets or sets the url of the server, if the server is not using SSL or some other secure transport method.

[Visual Basic]
Public Property InsecureServerUrl As String
[C#]
public string InsecureServerUrl {get; set;}

Property Value

The url of the server, if the server is not using SSL or some other secure transport method. The default value is null (Nothing in Visual Basic).

See Also

WebMetadata Class | Parastream.Web.MsFrontPage Namespace