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);
Read-write.
Returns the mime type of the channel.
IChannel Interface | IChannel Members | System.Runtime.Remoting Namespace