ConnectionSetting Enumeration

 

Indicates the type of sources that are allowed to access the provider.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

[DataContractAttribute]
public enum class ConnectionSetting

Member nameDescription
AllowLocalAccessOnly

Allows the provider to accept incoming connections from the local host computer.

AllowRemoteAccess

Allows the provider to accept incoming connections from the local host and a remote host computer.

Return to top

Community Additions

ADD
Show: