IntroduceClientAsync

IntroduceClientAsync()

将客户端信息引入服务器。

public Task<ImapIdentificationInfo> IntroduceClientAsync()

返回值

任务对象,具有此操作的委托

也可以看看


IntroduceClientAsync(IConnection)

将客户端信息引入服务器。

public Task<ImapIdentificationInfo> IntroduceClientAsync(IConnection connection)
范围类型描述
connectionIConnection连接到服务器

返回值

任务对象,具有此操作的委托

也可以看看


IntroduceClientAsync(ImapIdentificationInfo)

将客户端信息引入服务器。

public Task<ImapIdentificationInfo> IntroduceClientAsync(
    ImapIdentificationInfo clientIdentificationInfo)
范围类型描述
clientIdentificationInfoImapIdentificationInfo客户身份信息

返回值

任务对象,具有此操作的委托

也可以看看


IntroduceClientAsync(IConnection, ImapIdentificationInfo)

将客户端信息引入服务器。

public Task<ImapIdentificationInfo> IntroduceClientAsync(IConnection connection, 
    ImapIdentificationInfo clientIdentificationInfo)
范围类型描述
connectionIConnection连接到服务器
clientIdentificationInfoImapIdentificationInfo客户身份信息

返回值

任务对象,具有此操作的委托

也可以看看


IntroduceClientAsync(CancellationToken)

将客户端信息引入服务器。

public Task<ImapIdentificationInfo> IntroduceClientAsync(CancellationToken token)
范围类型描述
tokenCancellationToken传播应取消操作的通知。

返回值

任务对象,具有此操作的委托

也可以看看


IntroduceClientAsync(IConnection, CancellationToken)

将客户端信息引入服务器。

public Task<ImapIdentificationInfo> IntroduceClientAsync(IConnection connection, 
    CancellationToken token)
范围类型描述
connectionIConnection连接到服务器
tokenCancellationToken传播应取消操作的通知。

返回值

任务对象,具有此操作的委托

也可以看看


IntroduceClientAsync(ImapIdentificationInfo, CancellationToken)

将客户端信息引入服务器。

public Task<ImapIdentificationInfo> IntroduceClientAsync(
    ImapIdentificationInfo clientIdentificationInfo, CancellationToken token)
范围类型描述
clientIdentificationInfoImapIdentificationInfo客户身份信息
tokenCancellationToken传播应取消操作的通知。

返回值

任务对象,具有此操作的委托

也可以看看


IntroduceClientAsync(IConnection, ImapIdentificationInfo, CancellationToken)

将客户端信息引入服务器。

public Task<ImapIdentificationInfo> IntroduceClientAsync(IConnection connection, 
    ImapIdentificationInfo clientIdentificationInfo, CancellationToken token)
范围类型描述
connectionIConnection连接到服务器
clientIdentificationInfoImapIdentificationInfo客户身份信息
tokenCancellationToken传播应取消操作的通知。

返回值

任务对象,具有此操作的委托

也可以看看