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!

HttpClientResponse.ContentType

[To be supplied.]

[Visual Basic]
MustOverride Public ReadOnly Property ContentType As String
[C#]
public string ContentType {abstract get;}
[C++]
public: __property virtual String* get_ContentType() = 0;
[JScript]
public abstract function get ContentType() : String;

See Also

HttpClientResponse Class | HttpClientResponse Members | System.Web.Services.Protocols Namespace