C# Class System.ServiceModel.EndpointAddress

Mostra file Open project: kumpera/mono Class Usage Examples

Private Properties

Property Type Description
ApplyTo void
ReadContents EndpointAddress
ReadFromInternal EndpointAddress
WriteContentsTo void

Public Methods

Method Description
EndpointAddress ( Uri uri ) : System
EndpointAddress ( Uri uri, System.ServiceModel.EndpointIdentity identity ) : System
EndpointAddress ( Uri uri, System.ServiceModel.EndpointIdentity identity, AddressHeaderCollection headers ) : System
EndpointAddress ( Uri uri, System.ServiceModel.EndpointIdentity identity, AddressHeaderCollection headers, XmlDictionaryReader metadataReader, XmlDictionaryReader extensionReader ) : System
EndpointAddress ( string uri ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetReaderAtExtensions ( ) : XmlDictionaryReader
GetReaderAtMetadata ( ) : XmlDictionaryReader
ReadFrom ( AddressingVersion addressingVersion, XmlDictionaryReader reader ) : EndpointAddress
ReadFrom ( AddressingVersion addressingVersion, XmlDictionaryReader reader, XmlDictionaryString localName, XmlDictionaryString ns ) : EndpointAddress
ReadFrom ( AddressingVersion addressingVersion, System.IO.XmlReader reader ) : EndpointAddress
ReadFrom ( AddressingVersion addressingVersion, System.IO.XmlReader reader, string localName, string ns ) : EndpointAddress
ReadFrom ( XmlDictionaryReader reader ) : EndpointAddress
ReadFrom ( XmlDictionaryReader reader, XmlDictionaryString localName, XmlDictionaryString ns ) : EndpointAddress
ToString ( ) : string
WriteContentsTo ( AddressingVersion addressingVersion, XmlWriter writer ) : void
WriteTo ( AddressingVersion addressingVersion, XmlDictionaryWriter writer ) : void
WriteTo ( AddressingVersion addressingVersion, XmlDictionaryWriter writer, XmlDictionaryString localname, XmlDictionaryString ns ) : void
WriteTo ( AddressingVersion addressingVersion, XmlWriter writer ) : void
WriteTo ( AddressingVersion addressingVersion, XmlWriter writer, string localname, string ns ) : void
operator ( ) : bool

Private Methods

Method Description
ApplyTo ( Message message ) : void
ReadContents ( AddressingVersion addressingVersion, System.IO.XmlReader reader ) : EndpointAddress
ReadFromInternal ( AddressingVersion addressingVersion, System.IO.XmlReader reader, string localName, string ns, XmlDictionaryString dictLocalName, XmlDictionaryString dictNS ) : EndpointAddress
WriteContentsTo ( AddressingVersion addressingVersion, XmlDictionaryWriter writer ) : void

Method Details

EndpointAddress() public method

public EndpointAddress ( Uri uri ) : System
uri System.Uri
return System

EndpointAddress() public method

public EndpointAddress ( Uri uri, System.ServiceModel.EndpointIdentity identity ) : System
uri System.Uri
identity System.ServiceModel.EndpointIdentity
return System

EndpointAddress() public method

public EndpointAddress ( Uri uri, System.ServiceModel.EndpointIdentity identity, AddressHeaderCollection headers ) : System
uri System.Uri
identity System.ServiceModel.EndpointIdentity
headers AddressHeaderCollection
return System

EndpointAddress() public method

public EndpointAddress ( Uri uri, System.ServiceModel.EndpointIdentity identity, AddressHeaderCollection headers, XmlDictionaryReader metadataReader, XmlDictionaryReader extensionReader ) : System
uri System.Uri
identity System.ServiceModel.EndpointIdentity
headers AddressHeaderCollection
metadataReader XmlDictionaryReader
extensionReader XmlDictionaryReader
return System

EndpointAddress() public method

public EndpointAddress ( string uri ) : System
uri string
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetReaderAtExtensions() public method

public GetReaderAtExtensions ( ) : XmlDictionaryReader
return XmlDictionaryReader

GetReaderAtMetadata() public method

public GetReaderAtMetadata ( ) : XmlDictionaryReader
return XmlDictionaryReader

ReadFrom() public static method

public static ReadFrom ( AddressingVersion addressingVersion, XmlDictionaryReader reader ) : EndpointAddress
addressingVersion AddressingVersion
reader XmlDictionaryReader
return EndpointAddress

ReadFrom() public static method

public static ReadFrom ( AddressingVersion addressingVersion, XmlDictionaryReader reader, XmlDictionaryString localName, XmlDictionaryString ns ) : EndpointAddress
addressingVersion AddressingVersion
reader XmlDictionaryReader
localName XmlDictionaryString
ns XmlDictionaryString
return EndpointAddress

ReadFrom() public static method

public static ReadFrom ( AddressingVersion addressingVersion, System.IO.XmlReader reader ) : EndpointAddress
addressingVersion AddressingVersion
reader System.IO.XmlReader
return EndpointAddress

ReadFrom() public static method

public static ReadFrom ( AddressingVersion addressingVersion, System.IO.XmlReader reader, string localName, string ns ) : EndpointAddress
addressingVersion AddressingVersion
reader System.IO.XmlReader
localName string
ns string
return EndpointAddress

ReadFrom() public static method

public static ReadFrom ( XmlDictionaryReader reader ) : EndpointAddress
reader XmlDictionaryReader
return EndpointAddress

ReadFrom() public static method

public static ReadFrom ( XmlDictionaryReader reader, XmlDictionaryString localName, XmlDictionaryString ns ) : EndpointAddress
reader XmlDictionaryReader
localName XmlDictionaryString
ns XmlDictionaryString
return EndpointAddress

ToString() public method

public ToString ( ) : string
return string

WriteContentsTo() public method

public WriteContentsTo ( AddressingVersion addressingVersion, XmlWriter writer ) : void
addressingVersion AddressingVersion
writer XmlWriter
return void

WriteTo() public method

public WriteTo ( AddressingVersion addressingVersion, XmlDictionaryWriter writer ) : void
addressingVersion AddressingVersion
writer XmlDictionaryWriter
return void

WriteTo() public method

public WriteTo ( AddressingVersion addressingVersion, XmlDictionaryWriter writer, XmlDictionaryString localname, XmlDictionaryString ns ) : void
addressingVersion AddressingVersion
writer XmlDictionaryWriter
localname XmlDictionaryString
ns XmlDictionaryString
return void

WriteTo() public method

public WriteTo ( AddressingVersion addressingVersion, XmlWriter writer ) : void
addressingVersion AddressingVersion
writer XmlWriter
return void

WriteTo() public method

public WriteTo ( AddressingVersion addressingVersion, XmlWriter writer, string localname, string ns ) : void
addressingVersion AddressingVersion
writer XmlWriter
localname string
ns string
return void

operator() public static method

public static operator ( ) : bool
return bool