C# Class System.ServiceModel.Dispatcher.WebMessageFormatter.ReplyClientFormatter

Inheritance: WebClientMessageFormatter
Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Méthode Description
ReplyClientFormatter ( OperationDescription operation, ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.QueryStringConverter converter, WebHttpBehavior behavior ) : System
SerializeRequest ( System.ServiceModel.Channels.MessageVersion messageVersion, object parameters ) : Message

Method Details

ReplyClientFormatter() public méthode

public ReplyClientFormatter ( OperationDescription operation, ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.QueryStringConverter converter, WebHttpBehavior behavior ) : System
operation System.ServiceModel.Description.OperationDescription
endpoint System.ServiceModel.Description.ServiceEndpoint
converter System.ServiceModel.Dispatcher.QueryStringConverter
behavior System.ServiceModel.Description.WebHttpBehavior
Résultat System

SerializeRequest() public méthode

public SerializeRequest ( System.ServiceModel.Channels.MessageVersion messageVersion, object parameters ) : Message
messageVersion System.ServiceModel.Channels.MessageVersion
parameters object
Résultat System.Globalization.Message