mscorlib(4.0.0.0) API with additions
SocketClientAccessPolicyProtocol.cs
2 
3 namespace System.Net.Sockets
4 {
6  [Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
7  [EditorBrowsable(EditorBrowsableState.Never)]
9  {
11  Tcp,
13  Http
14  }
15 }
EditorBrowsableState
Specifies the browsable state of a property or method from within an editor.
Definition: __Canon.cs:3
The socket policy file is downloaded using the HTTP protocol running on TCP port 943.
SocketClientAccessPolicyProtocol
Specifies the method to download a client access policy file.