NSUrlSessionConfiguration.ConnectionProxyDictionary Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A dictionary with information about the HTTP proxy to use within this session.
public virtual Foundation.NSDictionary ConnectionProxyDictionary { [Foundation.Export("connectionProxyDictionary", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setConnectionProxyDictionary:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.ConnectionProxyDictionary : Foundation.NSDictionary with get, set
Property Value
(More documentation for this node is coming)
This value can be null
.
- Attributes