C# Class Microsoft.Samples.ServiceBus.Connections.TransferBuffer

Inheritance: IXmlSerializable
Exibir arquivo Open project: RobBlackwell/PortBridge Class Usage Examples

Public Methods

Method Description
GetSchema ( ) : System.Xml.Schema.XmlSchema
ReadXml ( System reader ) : void
TransferBuffer ( ) : System
TransferBuffer ( byte buffer, int offset, int count ) : System
WriteXml ( System writer ) : void

Method Details

GetSchema() public method

public GetSchema ( ) : System.Xml.Schema.XmlSchema
return System.Xml.Schema.XmlSchema

ReadXml() public method

public ReadXml ( System reader ) : void
reader System
return void

TransferBuffer() public method

public TransferBuffer ( ) : System
return System

TransferBuffer() public method

public TransferBuffer ( byte buffer, int offset, int count ) : System
buffer byte
offset int
count int
return System

WriteXml() public method

public WriteXml ( System writer ) : void
writer System
return void