SPAppDomain constructor (String, SPUrlZone, Int32, Boolean)

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    appDomain As String, _
    urlZone As SPUrlZone, _
    port As Integer, _
    isSchemeSSL As Boolean _
)
'Usage
Dim appDomain As String
Dim urlZone As SPUrlZone
Dim port As Integer
Dim isSchemeSSL As Boolean

Dim instance As New SPAppDomain(appDomain, _
    urlZone, port, isSchemeSSL)
public SPAppDomain(
    string appDomain,
    SPUrlZone urlZone,
    int port,
    bool isSchemeSSL
)

Parameters

See also

Reference

SPAppDomain class

SPAppDomain members

SPAppDomain overload

Microsoft.SharePoint.Administration namespace