PagePorter Class Library

WebMetadata.SecureServerUrl Property

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

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

Property Value

The url of the server, if the server is 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