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!

IChannel.MimeType

Sets or returns the mime type of the channel.

[Visual Basic]
Property MimeType As String
[C#]
string MimeType {get; set;}
[C++]
String* get_MimeType() = 0;void set_MimeType(String*) = 0;
[JScript]
abstract function get MimeType() : String;
public abstract function set MimeType(String);

Property Value

Read-write.

Returns the mime type of the channel.

See Also

IChannel Interface | IChannel Members | System.Runtime.Remoting Namespace