Class SEMS_APISoapClient
Inherited Members
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.GetDefaultValueForInitialization<T>()
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.Open()
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.Abort()
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.Close()
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.DisplayInitializationUI()
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.CreateChannel()
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.System.IDisposable.Dispose()
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.System.ServiceModel.ICommunicationObject.Open(System.TimeSpan)
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.System.ServiceModel.ICommunicationObject.Close(System.TimeSpan)
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.System.ServiceModel.ICommunicationObject.BeginClose(System.AsyncCallback, System.Object)
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.System.ServiceModel.ICommunicationObject.BeginClose(System.TimeSpan, System.AsyncCallback, System.Object)
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.System.ServiceModel.ICommunicationObject.EndClose(System.IAsyncResult)
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.System.ServiceModel.ICommunicationObject.BeginOpen(System.AsyncCallback, System.Object)
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.System.ServiceModel.ICommunicationObject.BeginOpen(System.TimeSpan, System.AsyncCallback, System.Object)
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.System.ServiceModel.ICommunicationObject.EndOpen(System.IAsyncResult)
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.InvokeAsync(System.ServiceModel.ClientBase.BeginOperationDelegate<>, System.Object[], System.ServiceModel.ClientBase.EndOperationDelegate<>, System.Threading.SendOrPostCallback, System.Object)
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.Channel
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.CacheSetting
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.ChannelFactory
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.ClientCredentials
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.State
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.InnerChannel
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.Endpoint
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.System.ServiceModel.ICommunicationObject.Closed
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.System.ServiceModel.ICommunicationObject.Closing
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.System.ServiceModel.ICommunicationObject.Faulted
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.System.ServiceModel.ICommunicationObject.Opened
System.ServiceModel.ClientBase<SecureExchangesSDK.SEMS.SecureExchanges.SEMS_APISoap>.System.ServiceModel.ICommunicationObject.Opening
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.SEMS.SecureExchanges
Assembly: SecureExchangesSDK.dll
Syntax
public class SEMS_APISoapClient : ClientBase<SEMS_APISoap>, ICommunicationObject, IDisposable, SEMS_APISoap
Constructors
SEMS_APISoapClient()
Declaration
public SEMS_APISoapClient()
SEMS_APISoapClient(Binding, EndpointAddress)
Declaration
public SEMS_APISoapClient(Binding binding, EndpointAddress remoteAddress)
Parameters
Type | Name | Description |
---|---|---|
System.ServiceModel.Channels.Binding | binding | |
System.ServiceModel.EndpointAddress | remoteAddress |
SEMS_APISoapClient(String)
Declaration
public SEMS_APISoapClient(string endpointConfigurationName)
Parameters
Type | Name | Description |
---|---|---|
System.String | endpointConfigurationName |
SEMS_APISoapClient(String, EndpointAddress)
Declaration
public SEMS_APISoapClient(string endpointConfigurationName, EndpointAddress remoteAddress)
Parameters
Type | Name | Description |
---|---|---|
System.String | endpointConfigurationName | |
System.ServiceModel.EndpointAddress | remoteAddress |
SEMS_APISoapClient(String, String)
Declaration
public SEMS_APISoapClient(string endpointConfigurationName, string remoteAddress)
Parameters
Type | Name | Description |
---|---|---|
System.String | endpointConfigurationName | |
System.String | remoteAddress |
Methods
CraftEncryptionKey(CraftEncryptionKeyArgs)
Declaration
public CraftEncryptionKeyAnswer CraftEncryptionKey(CraftEncryptionKeyArgs args)
Parameters
Type | Name | Description |
---|---|---|
CraftEncryptionKeyArgs | args |
Returns
Type | Description |
---|---|
CraftEncryptionKeyAnswer |
GetAccessToken(Guid, Guid)
Declaration
public GranttKeyAnswer GetAccessToken(Guid user, Guid password)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | user | |
System.Guid | password |
Returns
Type | Description |
---|---|
GranttKeyAnswer |
GetKeys(GetKeysArgs)
Declaration
public GetKeysAnswer GetKeys(GetKeysArgs args)
Parameters
Type | Name | Description |
---|---|---|
GetKeysArgs | args |
Returns
Type | Description |
---|---|
GetKeysAnswer |
GetPublicKey(GetPublicKeyArgs)
Declaration
public GetPublicKeyAnswer GetPublicKey(GetPublicKeyArgs args)
Parameters
Type | Name | Description |
---|---|---|
GetPublicKeyArgs | args |
Returns
Type | Description |
---|---|
GetPublicKeyAnswer |
InitializeHandShake(InitializeHandShakeArgs)
Declaration
public InitializeHandShakeAnswer InitializeHandShake(InitializeHandShakeArgs args)
Parameters
Type | Name | Description |
---|---|---|
InitializeHandShakeArgs | args |
Returns
Type | Description |
---|---|
InitializeHandShakeAnswer |
SEND(SENDArgs)
Declaration
public bool SEND(SENDArgs args)
Parameters
Type | Name | Description |
---|---|---|
SENDArgs | args |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.ServiceModel.ICommunicationObject
System.IDisposable