2.2.5.6.2 ConnectionSetting
The ConnectionSetting type describes the connection setting to decide what type of sources are allowed to access the provider.
-
<xs:simpleType name="ConnectionSetting"> <xs:restriction base="xs:string"> <xs:enumeration value="AllowLocalAccessOnly" /> <xs:enumeration value="AllowRemoteAccess" /> </xs:restriction> </xs:simpleType>
The following table describes the values for this type.
|
Value |
Description |
|---|---|
|
AllowLocalAccessOnly |
Allows the provider to accept incoming connections based on whether they are from the local host computer or the remote connection. |
|
AllowRemoteAccess |
Allows the provider to accept incoming connections from the local host and to have remote access to the host computer. |