NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISelectProxy.CreateProxyOverride

Creates a proxy object.

[Visual Basic]
Function CreateProxyOverride() As IProxyInfo
[C#]
IProxyInfo CreateProxyOverride();
[C++]
IProxyInfo* CreateProxyOverride() = 0;
[JScript]
function CreateProxyOverride() : IProxyInfo;

Return Value

A new instance of the class implementing the IProxyInfo interface.

See Also

ISelectProxy Interface | ISelectProxy Members | System.Net Namespace