Compartir a través de


CAsyncSocket::operator =

Assigns a new value to a CAsyncSocket object.

void operator=(
   const CAsyncSocket& rSrc
);

Parameters

  • rSrc
    A reference to an existing CAsyncSocket object.

Remarks

Call this function to copy an existing CAsyncSocket object to another CAsyncSocket object.

Requirements

Header: afxsock.h

See Also

Concepts

CAsyncSocket Class

CAsyncSocket Members

Hierarchy Chart