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!

Authorization Constructor

Creates a new instance of the Authorization class.

Overload List

Creates a new instance of the Authorization class with the specified authorization token.

[Visual Basic] Overloads Public Sub New(String)
[C#] public Authorization(String);
[C++] public: Authorization(String*);
[JScript] public function Authorization(String);

Creates a new instance of the Authorization class with the specified authorization token and completion status.

[Visual Basic] Overloads Public Sub New(String, Boolean)
[C#] public Authorization(String, bool);
[C++] public: Authorization(String*, bool);
[JScript] public function Authorization(String, Boolean);

See Also

Authorization Class | Authorization Members | System.Net Namespace