Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.gif)
| Previous | Next |
WMS_IP_ACCESS_OPTIONS
The WMS_IP_ACCESS_OPTIONS enumeration type indicates how specified and unspecified IP addresses are authorized by default.
Syntax
typedef enum WMS_IP_ACCESS_OPTIONS{
WMS_IP_ACCESS_ALLOW_AND_DISALLOW = 0,
WMS_IP_ACCESS_ALLOW_BY_DEFAULT = 1,
WMS_IP_ACCESS_DISALLOW_BY_DEFAULT = 2
};
Members
WMS_IP_ACCESS_ALLOW_AND_DISALLOW
Unspecified IP addresses are ignored.
WMS_IP_ACCESS_ALLOW_BY_DEFAULT
Unspecified IP addresses are authorized by default.
WMS_IP_ACCESS_DISALLOW_BY_DEFAULT
Unspecified IP addresses are rejected by default.
Remarks
You can retrieve the current setting for IP address authorization by using the AccessListOptions property on the IWMSIPAdmin interface.
Requirements
Library: WMSServerTypeLib.dll.
Platform: Windows Server 2003 family, Windows Server 2008 family.
See Also
- Enumeration Types
- IWMSIPAdmin.AccessListOptions (C#)
- IWMSIPAdmin.AccessListOptions (Visual Basic .NET)
- IWMSIPAdmin::get_AccessListOptions
| Previous | Next |