Search Results for

    Show / Hide Table of Contents

    Class DefaultFormatMapper

    Forces WebMessageEncodingBindingElement to use default (automatic) format mapper for all incoming messages.

    Inheritance
    object
    WebContentTypeMapper
    DefaultFormatMapper
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Services
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class DefaultFormatMapper : WebContentTypeMapper

    Constructors

    DefaultFormatMapper()

    Declaration
    public DefaultFormatMapper()

    Methods

    GetMessageFormatForContentType(string)

    Returns the message format used for a specified content type.

    Declaration
    public override WebContentFormat GetMessageFormatForContentType(string contentType)
    Parameters
    Type Name Description
    string contentType

    The content type that indicates the MIME type of data to be interpreted.

    Returns
    Type Description
    WebContentFormat

    The WebContentFormat that specifies the format to which the message content type is mapped.

    Overrides
    WebContentTypeMapper.GetMessageFormatForContentType(string)
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation