| 
            
              SelfHostingServiceDefaultOutgoingResponseFormat Property
             | 
          
        
        
            Gets and sets the default outgoing response format for Web HTTP bindings.
            
        
        Namespace: GSF.ServiceModelAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.257-beta
Syntaxpublic WebMessageFormat DefaultOutgoingResponseFormat { get; set; }Public Property DefaultOutgoingResponseFormat As WebMessageFormat
	Get
	Set
public:
property WebMessageFormat DefaultOutgoingResponseFormat {
	WebMessageFormat get ();
	void set (WebMessageFormat value);
}member DefaultOutgoingResponseFormat : WebMessageFormat with get, set
function get_DefaultOutgoingResponseFormat();
function set_DefaultOutgoingResponseFormat(value);
 View SourceProperty Value
WebMessageFormat
See Also