C# Class DataServicesJSONP.JSONPSupportInspector.Writer

Inheritance: System.ServiceModel.Channels.BodyWriter
ファイルを表示 Open project: JetBrains/dottrace-demos

Public Methods

Method Description
Writer ( string content ) : System

Protected Methods

Method Description
OnWriteBodyContents ( XmlDictionaryWriter writer ) : void

Method Details

OnWriteBodyContents() protected method

protected OnWriteBodyContents ( XmlDictionaryWriter writer ) : void
writer System.Xml.XmlDictionaryWriter
return void

Writer() public method

public Writer ( string content ) : System
content string
return System