SPRoutingOutgoingScheme enumeration

Defines a set of outgoing routing schemes to use when making a connection with a routing target

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

Syntax

'Declaration
Public Enumeration SPRoutingOutgoingScheme
'Usage
Dim instance As SPRoutingOutgoingScheme
public enum SPRoutingOutgoingScheme

Members

Member name Description
SameAsIncoming The outgoing scheme should be the same as the incoming scheme
Http The outgoing scheme should be Http
Https The outgoing scheme should be Https

See also

Reference

Microsoft.SharePoint.Administration namespace